home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / asct.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  843 b   |  22 lines

  1. (Note: The change caused by this menu option is only 
  2. visible by opening another hypertext file or by using 
  3. a jump link to another file.)
  4.  
  5. The "Jumble Cool Text" menu option sets a flag
  6. which is used by the OnAssertShowCoolText method 
  7. of the HTDisplayBox component. This method is used 
  8. to override display behavior of cool text (in this 
  9. case by "jumbling" (alternately capitalizing it.) 
  10. Other changes could include the contents of the text 
  11. or its font and color. Also, if the Handled
  12. property is set to true, no further display actions
  13. will be taken.
  14.  
  15. (Note: Assert methods normally are used to abort
  16. all further processing of an action, while the
  17. Handle Methods modify the processing. These
  18. two methods can each be overridden in code by
  19. direct assignment for Assert types and virtual
  20. overriding for Handle types.)
  21.  
  22.